ServiceRequestExceptionMessage Property |
Gets a message that describes the current exception.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic override string Message { get; }Public Overrides ReadOnly Property Message As String
Get
Property Value
Type:
StringThe message.
Return Value
Type:
StringThe error message that explains the reason for the exception, or an empty string("").
Implements
_ExceptionMessage
See Also